Task Information Structure Version Constant

When returning a structure of type MPTaskInfo , Multiprocessing Services always indicates the version of the structure in the first field.

enum {
    kMPTaskInfoVersion  = 2
};

Constant Descriptions

kMPTaskInfoVersion
The current version of the task information structure.
VERSION NOTES
Introduced with Multiprocessing Services 2.1.

© 1999 Apple Computer, Inc. – (Last Updated 17 Nov 99)